home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.48 / pcgamercd / Data / items.pcg / scripts / DefineButton2_276 / BUTTONCONDACTION on(release, keyPress Left).as < prev    next >
Encoding:
Text File  |  2004-10-05  |  177 b   |  5 lines

  1. on(release, keyPress "<Left>"){
  2.    _level7.HelpControl.gotoAndStop("wait");
  3.    SwitchTab(3,"menufile","filename",num_Files,lastFileBox,"file",fileCount,currentFileCount);
  4. }
  5.